test: vboot: explicitly request bash
authorStephen Warren <[email protected]>
Thu, 12 Jun 2014 16:27:39 +0000 (10:27 -0600)
committerTom Rini <[email protected]>
Thu, 19 Jun 2014 15:19:04 +0000 (11:19 -0400)
vboot_test.sh uses Bashisms. Explicitly use #!/bin/bash so the script
doesn't fail if /bin/sh isn't Bash.

Signed-off-by: Stephen Warren <[email protected]>
Acked-by: Simon Glass <[email protected]>
test/vboot/vboot_test.sh

index 3c6efa774ec72c3dbd790b31e2946a063eabcfb1..cc67bed2e236bca236c8c53dfcee477b7274b2ea 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Copyright (c) 2013, Google Inc.
 #